|
|
|
|
CellFromPoint Method, HeadersClass Class |
Determines the cell given a point in the column header area.
Syntax HeadersClass Class (Softelvdm.SftTreeNET)
VB |
Public Function CellFromPoint( _ |
C# |
public CellClass CellFromPoint( |
C++ |
public: CellClass^ CellFromPoint( |
fReal
Defines whether the physical cell is returned or the main cell for merged cells. Specify True to return the real cell, False to return the main cell of a group of merged cells.
searchPoint
Defines the coordinates relative to the top, left corner of the control.
Return Value
The cell at the given coordinates.
Comments
The CellFromPoint method determines the cell given a point in the column header area.
The point can be located within the column header area only.